معرفی شرکت ها


stb_sprintf-devel-1.10^20220908git8b5f1f3-0.3.fc37.i686.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Fast sprintf, snprintf for C/C++
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything i686
نام بسته stb_sprintf-devel
نام فایل بسته stb_sprintf-devel-1.10^20220908git8b5f1f3-0.3.fc37.i686.rpm
نسخه بسته 1.10^20220908git8b5f1f3
انتشار بسته 0.3.fc37
معماری بسته i686
نگهدارنده -
تاریخ ساخت Sat 10 Sep 2022 05
هاست سازنده buildvm-x86-09.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/nothings/stb
مجوز MIT OR Unlicense
حجم دانلود 25K
حجم نصب 59.327K
This is a full sprintf replacement that supports everything that the C runtime sprintfs support, including float/double, 64-bit integers, hex floats, field parameters (%*.*d stuff), length reads backs, etc. Why would you need this if sprintf already exists? Well, first off, it’s *much* faster (see below). It’s also much smaller than the CRT versions code-space-wise. We’ve also added some simple improvements that are super handy (commas in thousands, callbacks at buffer full, for example). Finally, the format strings for MSVC and GCC differ for 64-bit integers (among other small things), so this lets you use the same format strings in cross platform code. It uses the standard single file trick of being both the header file and the source itself. If you just include it normally, you just get the header file function definitions. To get the code, you include it from a C or C++ file and define STB_SPRINTF_IMPLEMENTATION first. It only uses va_args macros from the C runtime to do its work. It does cast doubles to S64s and shifts and divides U64s, which does drag in CRT code on most platforms. It compiles to roughly 8K with float support, and 4K without. As a comparison, when using MSVC static libs, calling sprintf drags in 16K.


جایگزین ها

بسته نسخه معماری مخزن
stb_sprintf-devel-1.10^20220908git8b5f1f3-0.3.fc37.aarch64.rpm 1.10^20220908git8b5f1f3 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20220908git8b5f1f3-0.3.fc37.x86_64.rpm 1.10^20220908git8b5f1f3 x86_64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc37.aarch64.rpm 1.10^20231011gitbeebb24 aarch64 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc37.i686.rpm 1.10^20231011gitbeebb24 i686 Fedora Everything
stb_sprintf-devel-1.10^20231011gitbeebb24-12.fc37.x86_64.rpm 1.10^20231011gitbeebb24 x86_64 Fedora Everything


ارائه دهنده

مقدار نام
= 1.10^20220908git8b5f1f3-0.3.fc37 stb_sprintf-devel
= 1.10^20220908git8b5f1f3-0.3.fc37 stb_sprintf-devel(x86-32)
= 1.10^20220908git8b5f1f3-0.3.fc37 stb_sprintf-static


نحوه نصب


نصب پکیج rpm stb_sprintf-devel:

    dnf install stb_sprintf-devel-1.10^20220908git8b5f1f3-0.3.fc37.i686.rpm


فایل ها

مسیرها
/usr/include/stb
/usr/include/stb/stb_sprintf.h
/usr/include/stb_sprintf.h
/usr/share/licenses/stb_sprintf-devel


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-09-10

A few improved descriptions

2022-09-10

Improved summaries based on upstream’s README.md

2022-09-09

Update to 8b5f1f3
The stb_perlin-devel subpackage has been restored, as upstream believes

2022-09-09

Update License to SPDX

2022-07-28

Reword spec file note on stb_include

2022-07-23

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-04-20

Security fix for CVE-2022-28041 (fix RHBZ#2077020, fix RBHZ#2077019)

2022-04-16

Switch to modern snapshot versioning

2022-04-16

Stop numbering patches

2022-01-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-10-26

Apply a patch for warnings in stb_herringbone_wang_tile

2021-10-22

Security fix for CVE-2021-42715 and CVE-2021-42716

2021-10-22

Update to af1a5bc

2021-10-22

Reduce macro indirection in the spec file

2021-09-09

Update to c0c9826 (fix RHBZ#2002436)

2021-08-24

Fix signature of dummy realloc() for STB_VORBIS_NO_CRT